home *** CD-ROM | disk | FTP | other *** search
/ Scene 96 / Scene 96 International Edition (Zyklop Software) (Disc 2) (1997).iso / misc / utilz / spoon2 / spoon.ini < prev   
Text File  |  1996-08-01  |  8KB  |  226 lines

  1. ;===========================================================================
  2. ;
  3. ; SPOON INI FILE.
  4. ; This file influences the way SPOON operates.
  5. ;
  6. ; Lines starting with semicolon (;) are remarks.
  7. ; Lines containing SPOON information start with a keyword, followed by a
  8. ; list of options.
  9. ; Some keywords may have multiple entries, these are then 'stacked' meaning,
  10. ; they all take effect, usually in a list.  Some options can only be set once
  11. ;
  12. ;===========================================================================
  13.  
  14. ;---------------------------------------------------------------------------
  15. ; DATATYPE=<Number>,<Description>
  16. ; FILETYPE=<DataType>,<Number>,<Description>[,<FileExtentions>]
  17. ;
  18. ; DATATYPE and FILETYPE identify the SAUCE specified numbers for the DataType
  19. ; and Filetype fields.
  20. ;
  21. ; DATATYPE :
  22. ;   <Number>      : Any number from 0 to 255 (SAUCE DataType)
  23. ;   <Description> : A descriptive text up to 25 characters wide.
  24. ;                   - Must be unique
  25. ;                   - Can not contain commas or spaces.
  26. ;                   - Case insensitive
  27. ;                   - Can not start with a number
  28. ;                   Will be used when displaying the file selection menu in
  29. ;                   SPOON, and also for defining FILETYPE in this INI file.
  30. ;
  31. ; FILETYPE :
  32. ;   <DataType>    : A name previously defined by a DATATYPE line.
  33. ;   <Number>      : Any number from 0 to 255 (SAUCE FileType)
  34. ;   <Description> : A descriptive text up to 25 characters wide.
  35. ;                   - Must be unique
  36. ;                   - Can not contain commas or spaces.
  37. ;                   - Case insensitive
  38. ;                   - Can not start with a number
  39. ;                   Will be used when displaying the file selection menu in
  40. ;                   SPOON.
  41. ;   <FileExtentions> : This field is optional
  42. ;                      File extentions that will default to this FileType.
  43. ;                      Multiple fileextentions can be given on one line by
  44. ;                      listing one after another.
  45. ;                      The file-extention includes the leading dot and is
  46. ;                      case insensitive.
  47. ;
  48. ; A Maximum of 250 Filetypes can be specified.
  49. ;
  50. ; ! WARNING, change <number> values with caution, as they are what
  51. ; identifies the filetype.
  52. ;
  53. ; ! TIP ! Comment any filetypes you won't be using, this will reduce the
  54. ; size of the filetype selection menu.
  55. ; Place the filetypes you use most often first.
  56. ;
  57. ;---------------------------------------------------------------------------
  58.  
  59. DATATYPE=0,NONE
  60. FILETYPE=None,0,Undefined
  61.  
  62. DATATYPE=1,Character
  63. FILETYPE=Character,0,ASCII     ,.ASC
  64. FILETYPE=Character,1,ANSi      ,.ANS
  65. FILETYPE=Character,2,ANSiMation
  66. FILETYPE=Character,3,RIP       ,.RIP
  67. FILETYPE=Character,4,PCBoard   ,.PCB
  68. FILETYPE=Character,5,AVATAR
  69. FILETYPE=Character,6,HTML      ,.HTM
  70. FILETYPE=Character,7,SourceCode,.PAS.C.ASM.BAS.INC
  71.  
  72. DATATYPE=2,Graphics
  73. FILETYPE=Graphics,0,GIF,.GIF
  74. FILETYPE=Graphics,1,PCX,.PCX
  75. FILETYPE=Graphics,2,DeluxePaint_LBM/IFF,.LBM.IFF
  76. FILETYPE=Graphics,3,Targa,.TGA
  77. FILETYPE=Graphics,4,FLI,.FLI
  78. FILETYPE=Graphics,5,FLC,.FLC
  79. FILETYPE=Graphics,6,Window_Bitmap,.BMP
  80. FILETYPE=Graphics,7,GL_Animation,.GL
  81. FILETYPE=Graphics,8,DL_Animation,.DL
  82. FILETYPE=Graphics,9,Wordperfect_Bitmap,.WPG
  83. FILETYPE=Graphics,10,PNG,.PNG
  84. FILETYPE=Graphics,11,JPeG,.JPG
  85. FILETYPE=Graphics,12,MPeG,.MPG
  86. FILETYPE=Graphics,13,AVI,.AVI
  87.  
  88. DATATYPE=3,Vector
  89. FILETYPE=Vector,0,AutoCAD_DXF,.DXF
  90. FILETYPE=Vector,1,AutoCAD_DWG,.DWG
  91. FILETYPE=Vector,2,DrawPerfect,.WPG
  92. FILETYPE=Vector,3,3DStudio,.3DS
  93.  
  94. DATATYPE=4,Sound
  95. FILETYPE=Sound,0,MOD,.MOD
  96. FILETYPE=Sound,1,669,.669
  97. FILETYPE=Sound,2,ScreamTracker_STM,.STM
  98. FILETYPE=Sound,3,ScreamTracker_3,.S3M
  99. FILETYPE=Sound,4,MTM,.MTM
  100. FILETYPE=Sound,5,FAR,.FAR
  101. FILETYPE=Sound,6,UltraTracker,.ULT
  102. FILETYPE=Sound,7,AMF,.AMF
  103. FILETYPE=Sound,8,DMF,.DMF
  104. FILETYPE=Sound,9,OKT,.OKT
  105. FILETYPE=Sound,10,AdLib_ROL,.ROL
  106. FILETYPE=Sound,11,SoundBlaster_CMF,.CMF
  107. FILETYPE=Sound,12,MIDI,.MID
  108. FILETYPE=Sound,13,SADT,.SAD
  109. FILETYPE=Sound,14,SoundBlaster_VOC,.VOC
  110. FILETYPE=Sound,15,Windows_WAV,.WAV
  111. FILETYPE=Sound,16,8Bit_Sample
  112. FILETYPE=Sound,17,8Bit_Sample_Stereo
  113. FILETYPE=Sound,18,16Bit_Sample
  114. FILETYPE=Sound,19,16Bit_Sample_Stereo
  115. FILETYPE=Sound,20,8Bit_Patch,.PAT
  116. FILETYPE=Sound,21,16Bit_Patch
  117. FILETYPE=Sound,22,FastTracker2_XM,.XM
  118. FILETYPE=Sound,23,HSC,_Tracker.HSC
  119. FILETYPE=Sound,24,ImpulseTracker_IT,.IT
  120.  
  121. ; BIN Filetype is handled in a special way since the filetype specifies
  122. ; the width of the BIN file, the DataType MUST be 'BIN' so SPOON can correctly
  123. ; process them.
  124. DATATYPE=5,BIN
  125. FILETYPE=BIN,0,BIN,.BIN
  126.  
  127. DATATYPE=6,XBIN
  128. FILETYPE=XBIN,0,XBIN,.XB
  129.  
  130. DATATYPE=7,Archive
  131. FILETYPE=Archive,0,PKZIP,.ZIP
  132. FILETYPE=Archive,1,ARJ,.ARJ
  133. FILETYPE=Archive,2,LHA,.LHA.LZH
  134. FILETYPE=Archive,3,ARC,.ARC
  135. FILETYPE=Archive,4,TAR,.TAR
  136. FILETYPE=Archive,5,ZOO,.ZOO
  137. FILETYPE=Archive,6,RAR,.RAR
  138. FILETYPE=Archive,7,UC2,.UC2
  139. FILETYPE=Archive,8,PAK,.PAK
  140. FILETYPE=Archive,9,SQZ,.SQZ
  141.  
  142. DATATYPE=8,Executable
  143. FILETYPE=Executable,0,Executable,.EXE.COM.BAT.DLL.OVL.OVR
  144.  
  145. ;---------------------------------------------------------------------------
  146. ; FLAGS=<FileType>,<Flag0>[,<Flag1>[,<Flag2>[,<Flag3>]]]
  147. ;
  148. ; Determines whether Flag bits are active for given <filetype>.
  149. ;
  150. ; The presence of a Flag title will activate the Flag itself in the SAUCE
  151. ; editor.  Flag title can be up to 10 characters
  152. ;
  153. ; Up to 50 Flags can be defined.
  154. ; Only one Flags line per filetype is allowed.
  155. ; When a flag is not defined, it cannot be edited and will be forced 0.
  156. ;
  157. ;---------------------------------------------------------------------------
  158. FLAGS=ANSi,iCE_Color
  159. FLAGS=ANSiMation,iCE_Color
  160. FLAGS=BIN,iCE_Color
  161.  
  162.  
  163. ;---------------------------------------------------------------------------
  164. ; INFOS=<FileType>,<Info1>[,<Info2>[,<Info3>[,<Info4>]]]
  165. ;
  166. ; Determines whether INFO fields are active for a given <filetype>.
  167. ;
  168. ; The presence of a Info title will activate the Info itself in the SAUCE
  169. ; editor.  Info title can be up to 16 characters
  170. ;
  171. ; Up to 100 INFOS can be defined.
  172. ; Only one INFOS line per filetype is allowed.
  173. ; When an Info is not defined, it cannot be edited and will be forced 0.
  174. ;
  175. ;---------------------------------------------------------------------------
  176. INFOS=ASCII,Width,Height
  177. INFOS=ANSi,Width,Height
  178. INFOS=ANSiMation,Width,Height
  179. INFOS=RIP,Width,Height,Colors
  180. INFOS=PCBoard,Width,Height
  181. INFOS=AVATAR,Width,Height
  182.  
  183. INFOS=GIF,Width,Height,ColorBits
  184. INFOS=PCX,Width,Height,ColorBits
  185. INFOS=DeluxePaint_LBM/IFF,Width,Height,ColorBits
  186. INFOS=Targa,Width,Height,ColorBits
  187. INFOS=FLI,Width,Height,ColorBits
  188. INFOS=FLC,Width,Height,ColorBits
  189. INFOS=Window_Bitmap,Width,Height,ColorBits
  190. INFOS=GL_Animation,Width,Height,ColorBits
  191. INFOS=DL_Animation,Width,Height,ColorBits
  192. INFOS=Wordperfect_Bitmap,Width,Height,ColorBits
  193. INFOS=PNG,Width,Height,ColorBits
  194. INFOS=JPeG,Width,Height,ColorBits
  195. INFOS=MPeG,Width,Height,ColorBits
  196. INFOS=AVI,Width,Height,ColorBits
  197.  
  198. INFOS=BIN,Width,Height
  199.  
  200. INFOS=XBIN,Width,Height
  201.  
  202.  
  203. ;---------------------------------------------------------------------------
  204. ; GROUP=<Name>
  205. ;   <Name> : The default name to fill in in the SAUCE group field, up to
  206. ;            20 characters long
  207. ; Can only be defined once.
  208. ;---------------------------------------------------------------------------
  209. GROUP=ACiD Productions
  210.  
  211.  
  212. ;---------------------------------------------------------------------------
  213. ; AUTHORPREFIX=<Prefix>,<Name>
  214. ; Allows you to define a set of filename prefixes and associate them with
  215. ; a specific SAUCE author as default value.
  216. ;  <Prefix> : the prefix, up to 8 characters
  217. ;  <Name>   : the authors name, up to 20 characters long
  218. ; A maximum of 100 author prefixes can be defined
  219. ;---------------------------------------------------------------------------
  220. AUTHORPREFIX=BE,Beastie
  221. AUTHORPREFIX=JD,JED
  222. AUTHORPREFIX=RM,RaD Man
  223. AUTHORPREFIX=RN,ReDMaN
  224. AUTHORPREFIX=RS,Rocket Scientist
  225. AUTHORPREFIX=US,Multiple Artists
  226.